home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Interactive Reference Guide
/
C-C++ Interactive Reference Guide.iso
/
c_ref
/
csource4
/
264_01
/
wc.doc
< prev
Wrap
Text File
|
1979-12-31
|
384b
|
18 lines
WC
Purpose
word count
Syntax
wc [-lwc] [file...]
Comments
Wc counts the lines, words, and characters in the named files, or in the
standard input if no files are specified. Words are delimited by
spaces, tabs, or newlines. The default action is -lwc.
Options
-l display number of lines
-w display number of words
-c display number of characters